home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / ShareMailGiftware / Frogger / plugins_src / p_ac3 / ac3.h < prev    next >
C/C++ Source or Header  |  2002-10-28  |  220b  |  9 lines

  1. #ifndef __AC3DEC_LIB_H
  2. #define __AC3DEC_LIB_H
  3.  
  4. void decodeAC3(void *handle, unsigned char *start, unsigned char *end,unsigned char *out, int *outsize,int *freq);
  5. void *initAC3(void);
  6. void closeAC3(void *handle);
  7.  
  8. #endif
  9.